projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9813350
)
* src/lread.c (Fload): Remove unused variable `size'
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 19 Nov 2015 10:02:38 +0000
(11:02 +0100)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 19 Nov 2015 10:02:38 +0000
(11:02 +0100)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 4a89d7d8133920a8e0b585b6d3e5f15cbe4eb0f3..c0fa0d06b9c979331a60ee0839301cbfbdf91aee 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1084,7
+1084,6
@@
Return t if the file exists and loads successfully. */)
if (! NILP (must_suffix))
{
/* Don't insist on adding a suffix if FILE already ends with one. */
- ptrdiff_t size = SBYTES (file);
if (suffix_p (file, ".el") || suffix_p (file, ".elc"))
must_suffix = Qnil;
/* Don't insist on adding a suffix